use dynamic lib
authorAntonio Valentino <antonio.valentino@tiscali.it>
Fri, 23 Aug 2013 10:19:58 +0000 (12:19 +0200)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Sat, 27 Sep 2025 08:38:20 +0000 (08:38 +0000)
commitcc4aa2d6d86c4fddecb8984c73e1d4b7ceaa21d2
tree63c7682a5baf2bd108e9d9aebd5fe2d67ef4f8fd
parent9dfeae6f32a5d97de625792945f9cb5dcc974d1f
use dynamic lib

The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)

Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script

Gbp-Pq: Name 0001-use-dynamic-lib.patch
setup.py